net/http.http2serverConn.hs (field)

14 uses

	net/http (current package)
		h2_bundle.go#L4219: 		hs:                          opts.baseConfig(),
		h2_bundle.go#L4249: 	if sc.hs.WriteTimeout != 0 {
		h2_bundle.go#L4366: 	hs               *Server
		h2_bundle.go#L4425: 	n := sc.hs.MaxHeaderBytes
		h2_bundle.go#L4512: 	if sc.hs.ConnState != nil {
		h2_bundle.go#L4513: 		sc.hs.ConnState(sc.conn, state)
		h2_bundle.go#L4524: 	if lg := sc.hs.ErrorLog; lg != nil {
		h2_bundle.go#L4711: 		sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
		h2_bundle.go#L5468: 		if http2h1ServerKeepAlivesDisabled(sc.hs) {
		h2_bundle.go#L5843: 	if sc.hs.ReadTimeout != 0 {
		h2_bundle.go#L5846: 			st.readDeadline = time.AfterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
		h2_bundle.go#L5866: 	if sc.hs.ReadTimeout != 0 {
		h2_bundle.go#L5944: 	if sc.hs.WriteTimeout != 0 {
		h2_bundle.go#L5945: 		st.writeDeadline = time.AfterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)